@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;	
}
#principal {
	background: url(../imgs/2016/janeiro_fevereiro/Especial%20Otimismo.jpg) no-repeat;
	background-size: 100%;
	background-position: top;
	
}
#topo {
	background-color:#FFA024;
	height:10px;
}
#conteudo {
	background-color:#FFF;
	margin-top: 20%;
	width: 43%;
	max-width: 580px;
	height: 1100px;
}
#menu {
	color: #6d6e71;
	font-size: 8pt;
	margin-top: 20px;
	font-family: Merriweather;
}
#menu a:link {
	text-decoration: none;
	color: #546F89;
}
#menu a:visited {
	text-decoration: none;
	color: #6d6e71;
}
#menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#conteudo a:link {
	text-decoration: none;
	color: #000000;
}
#conteudo a:visited {
	text-decoration: none;
	color: #000000;
}
#conteudo a:hover {
	text-decoration: none;
	color: #EDB066;
}
#rodape {
	height: 60px;
	background-color: #FFA024;
	width: 100%;
	float:left;
	margin-top: 60px;
	font-family: Merriweather;
}

